summaryrefslogtreecommitdiffstats
path: root/src/yuzu/qt_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/qt_common.cpp')
-rw-r--r--src/yuzu/qt_common.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/qt_common.cpp b/src/yuzu/qt_common.cpp
index 1b533ee40..5ac9fe310 100644
--- a/src/yuzu/qt_common.cpp
+++ b/src/yuzu/qt_common.cpp
@@ -12,7 +12,7 @@
#include <qpa/qplatformnativeinterface.h>
#endif
-namespace YuzuQtCommon {
+namespace QtCommon {
Core::Frontend::WindowSystemType GetWindowSystemType() {
// Determine WSI type based on Qt platform.
QString platform_name = QGuiApplication::platformName();
@@ -52,4 +52,4 @@ Core::Frontend::EmuWindow::WindowSystemInfo GetWindowSystemInfo(QWindow* window)
return wsi;
}
-} // namespace YuzuQtCommon
+} // namespace QtCommon